home *** CD-ROM | disk | FTP | other *** search
/ The Unexplained / The Unexplained (FlagTower).ISO / title.inc < prev   
Text File  |  1996-05-29  |  2KB  |  51 lines

  1. rem *** Constants for disc
  2.  
  3. '$define IsRunAdvertOnStartUp
  4.  
  5. '$define IsUsingOnLineReg
  6.  
  7. const Dir_Group        = ""
  8.  
  9. rem *** Constants specific to The Unexplained
  10.  
  11. '$define IsUnexplained
  12.  
  13. const Dir_UnexplainedRoot       = "\Unx"
  14. const INI_Unexplained        = "unx.INI"
  15. const DLL_Unexplained        = "unx.DLL"
  16.  
  17. const Icon_Unexplained        = "\unx.ico"
  18.  
  19. const Sect_UnexplainedBinary        = "FlagTower Unexplained binaries"
  20. const Sect_UnexplainedEngine        = "FlagTower Unexplained AV Engine"
  21. const Sect_UnexplainedAccusoftGold    = "FlagTower Unexplained Accusoft Pro Gold"
  22. const Sect_UnexplainedDatabase        = "FlagTower Unexplained database"
  23. const Sect_UnexplainedCDilla        = "FlagTower C-Dilla Unexplained"
  24.  
  25. global Path_UnexplainedRoot as string
  26. global Path_UnexplainedBinary as string
  27. global Path_UnexplainedEngine as string
  28. global Path_UnexplainedDatabase as string
  29.  
  30. rem *** Constants specific to First World War
  31.  
  32. '$define IsAdvert
  33.  
  34. const Dir_AdvertRoot       = "\Advert"
  35. const INI_Advert        = "ADVERT.INI"
  36. const DLL_Advert        = "ADVERT.DLL"
  37.  
  38. const Icon_Advert        = "1"
  39.  
  40. const Sect_AdvertBinary        = "FlagTower Advert binaries"
  41. const Sect_AdvertEngine        = "FlagTower Advert AV Engine"
  42. const Sect_AdvertAccusoftGold    = "FlagTower Advert Accusoft Pro Gold"
  43. const Sect_AdvertDatabase    = "FlagTower Advert database"
  44. const Sect_AdvertCDilla        = "FlagTower C-Dilla Advert"
  45.  
  46. global Path_AdvertRoot as string
  47. global Path_AdvertBinary as string
  48. global Path_AdvertEngine as string
  49. global Path_AdvertDatabase as string
  50.  
  51.